From: Juri Linkov Date: Sun, 6 Jun 2004 02:47:38 +0000 (+0000) Subject: (help-argument-name): Add :group 'help. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cf0268fcb3fec81cdd874c50a565f965574717fd;p=emacs.git (help-argument-name): Add :group 'help. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index e8655e8f972..eb15bc7726f 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -239,7 +239,8 @@ KIND should be `var' for a variable or `subr' for a subroutine." ;;;###autoload (defface help-argument-name '((t :inherit italic)) - "Face to highlight argument names in *Help* buffers.") + "Face to highlight argument names in *Help* buffers." + :group 'help) (defun help-default-arg-highlight (arg) "Default function to highlight arguments in *Help* buffers.